getType

open fun getType(): ModuleType

Gets the type of the underlying module or content associated with this control.

This indicates the primary nature or functionality of the control, such as whether it's a web view, video player, image display, etc.

Retrieves the ModuleType associated with this ComboView. The type is derived from the internal com.reveldigital.player.api.Module instance.

Return

The ModuleType parsed from the module's type string, or null if the module or its type is not set, or if the type string cannot be parsed into a known ModuleType.

See also